home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 23 / AACD 23.iso / AACD / Magazine / PC2Amiga / Samba / docs / textdocs / CRLF-LF-Conversions.txt < prev    next >
Text File  |  2000-04-25  |  812b  |  19 lines

  1. !==
  2. !== CRLF-LF-Conversions.txt for Samba release 2.0.7 26 Apr 2000
  3. !==
  4. We get many requests for CRLF/LF format conversion handling by samba.
  5. The problem is that there is no clean way to determine which files
  6. should / could be converted and which MUST not be.
  7.  
  8. Since Unix and DOS/Windows uses alike will use .txt to represent a
  9. file containing ASCII text we can not reliably use the file extension.
  10. The same applies to the .doc extension.
  11.  
  12. Samba operates around the premise that we should leave all files unchanged.
  13. By not implmenting CRLF/LF conversions we can not be guilty of damaging
  14. anyone's files.
  15.  
  16. When someone comes along with a sound implementation that guarrantees file
  17. integrity we will jump at the opportunity to implement this feature. Until
  18. such time there is no prospect for action on this topic.
  19.